-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guidances for TLDs and Wildcard specification in YAML #24949
Conversation
Welcome @distributethe6ix! |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 113f88b https://deploy-preview-24949--kubernetes-io-master-staging.netlify.app |
Deploy preview for kubernetes-io-master-staging ready! Built with commit baee4f2 https://deploy-preview-24949--kubernetes-io-master-staging.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@distributethe6ix
Pls sign the CLA in order for the PR to be reviewed.
/check-cla |
CLA has been signed |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Aut0R3V The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @zacharysarah |
With respect to Wildcards and Top-level-domains (eg. .com, .ca, .org, .edu), there is | ||
currently no support for specifying a wildcard in the format of `subdomain.domain.*`. | ||
This would assume that the domain owner has access to and purchased all | ||
Top-level-domains for their domain in order for this to be supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this is needed @distributethe6ix
“Wildcard matches require the HTTP host
header is equal to the suffix of the wildcard rule.” already covers this, I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With respect to Wildcards and Top-level-domains (eg. .com, .ca, .org, .edu), there is | |
currently no support for specifying a wildcard in the format of `subdomain.domain.*`. | |
This would assume that the domain owner has access to and purchased all | |
Top-level-domains for their domain in order for this to be supported. |
Remove this paragraph (accept the above suggestion) and we can merge this in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“Wildcard matches require the HTTP host header is equal to the suffix of the wildcard rule.” does not satisfy what the original issue was asking for.
With respect to Ingress, you cannot specify a Top level domain wild-card, hence why I added this bit into the documentation. It's not clear otherwise.
The top-level-domain is the ".com, .ca, .org, .io" for example, is not part of the "host-field"
The wildcard functionality does not address situations where someone who has purchased multiple domains can route accordingly to .ca, .com.
There is no option for host.foo.* <--- Wildcard at the TLD...
Happy to hop on a zoom/discord chat to further provide clarification.
@distributethe6ix Please respond to the comments so we can move on with this. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
👋 @distributethe6ix . |
@kbhawkey: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There were a few issues that requested how to specify WILDCARDS in YAML for Top-level-domains (TLDs). This is not currently supported and requires someone doing this to own all TLDs.